Methods in com.willowtreeapps.android.shared with parameters of type ImageTransformation |
static String |
OAKImageLoader.getPrintedUrl(String originalUrl,
ImageTransformation... transformations)
|
static void |
OAKImageLoader.preCache(String[] urls,
ImageTransformation... transformations)
Downloads images in urls array and applies transformations to each. |
static void |
OAKImageLoader.start(String imageUrl,
android.widget.ImageView imageView,
android.graphics.drawable.Drawable dummyDrawable,
android.graphics.drawable.Drawable errorDrawable,
ImageTransformation... transformations)
|
static void |
OAKImageLoader.start(String imageUrl,
android.widget.ImageView imageView,
ImageTransformation... transformations)
|
protected static void |
OAKImageLoader.start(String imageUrl,
android.widget.ImageView imageView,
OAKImageLoaderHandler handler,
android.graphics.drawable.Drawable dummyDrawable,
android.graphics.drawable.Drawable errorDrawable,
ImageTransformation... transformations)
|
static void |
OAKImageLoader.start(String imageUrl,
OAKImageLoaderHandler handler,
android.graphics.drawable.Drawable dummyDrawable,
android.graphics.drawable.Drawable errorDrawable,
ImageTransformation... transformations)
|
static void |
OAKImageLoader.start(String imageUrl,
OAKImageLoaderHandler handler,
ImageTransformation... transformations)
|